home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat4 / scr_dump.z / scr_dump
Encoding:
Text File  |  2002-10-03  |  2.0 KB  |  67 lines

  1.  
  2.  
  3.  
  4. SSSSCCCCRRRR____DDDDUUUUMMMMPPPP((((4444))))                                                        SSSSCCCCRRRR____DDDDUUUUMMMMPPPP((((4444))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      scr_dump - format of curses screen image file.
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ssssccccrrrr____dddduuuummmmpppp(file)
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      The _c_u_r_s_e_s(3X) function _s_c_r__d_u_m_p() will copy the contents of the screen
  16.      into a file.  The format of the screen image is as described below.
  17.  
  18.      The name of the tty is 20 characters long and the modification time (the
  19.      _m_t_i_m_e of the tty that this is an image of) is of the type _t_i_m_e__t.  All
  20.      other numbers and characters are stored as _c_h_t_y_p_e (see <<<<ccccuuuurrrrsssseeeessss....hhhh>>>>).  No
  21.      newlines are stored between fields.
  22.  
  23.           <magic number:  octal 0433>
  24.           <name of tty>
  25.           <mod time of tty>
  26.           <columns> <lines>
  27.           <line length> <chars in line>for each line on the screen
  28.           <line length> <chars in line>
  29.              .
  30.              .
  31.              .
  32.           <labels?>            1111, if soft screen labels are present
  33.           <cursor row> <cursor column>
  34.  
  35.      Only as many characters as are in a line will be listed.  For example, if
  36.      the <_l_i_n_e _l_e_n_g_t_h> is 0000, there will be no characters following <_l_i_n_e
  37.      _l_e_n_g_t_h>.  If <_l_a_b_e_l_s?> is TRUE, following it will be
  38.  
  39.           <number of labels>
  40.           <label width>
  41.           <chars in label 1>
  42.           <chars in label 2>
  43.               .
  44.               .
  45.               .
  46.  
  47.  
  48. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  49.      curses(3X).
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.